home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / GISO / GISO.README < prev    next >
Text File  |  1992-12-20  |  1KB  |  43 lines

  1. What's GISO? GISO provides an easy way to convert sounds to and from
  2. different sound formats and also preview NeXT sounds. 
  3.  
  4. GISO is actually just a wrapper for sox. 
  5.  
  6. What's sox? Sox is a filter program with the ability to convert in and out of
  7. many (all that I know of) sound formats. It will move in and out of .au, .aiff,
  8. .voc, .hcom, .wav and any raw format you can describe with its parameters.  Its
  9. interface is very complicated and so that is why I wrote GISO.
  10.  
  11. To build it just type "make install".
  12.  
  13. *** New in Version 3.0:
  14.  
  15.     - Compiles without errors under NS3.0
  16.  
  17.     - Responds to double click of self describing sound file formats.
  18.         - i.e. responds to .snd, .au, .voc, .wav
  19.         
  20. *** New in Version 2.1:
  21.  
  22.     - Newest version of sox used. New sox handles .wav files cleanly and has
  23.     some new filters (See man page).
  24.     
  25.     - Uses Subprocess Object now to run sox in (Subprocess was originally a
  26.     NeXT example that has been touched up some).
  27.     
  28.     This means
  29.  
  30.         - No more spining disk during conversions.
  31.  
  32.         - Conversions can be aborted.
  33.  
  34.     - Small interface clean ups.
  35.  
  36.  
  37. \n
  38.  
  39.  
  40.             Ronin Consulting
  41. Nicholas W. Christopher             Nick_Christopher@gun.com
  42.  
  43.